body {
    font-family: Arial;
    background-color: #f5f5f5;
    color: #808080;
    text-align: center;
}

/* .numero_3 {
    display: flex;
    justify-content: center;
}

.numero_2 {
    display: flex;
    justify-content: start;
    width: 2000px;
}

.numero_1 {
    margin-top: 30px;
    max-width: 2000px;
    display: flex;
    justify-content: end;
    align-items: start;
    background-image: url(../../../public/images/gdl24/expo_virtual/fondo_banner_movil.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.numero_1 p {
    color: #FFF;
    text-align: justify;
    font-family: 'Avenir' 'sans-serif';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 10px 0 0 25px;
} */

.expo-virtual-grande {
    background-image: url(../../../public/images/gdl24/expo_virtual/fondo_baner_sexta.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.expo-virtual-grande p {
    color: #FFF;
    text-align: justify;
    font-family: 'Avenir' 'sans-serif';
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 300px;
    height: 80px;
    margin: 20px 0 0 20px;
}

.separacion {
    width: 300px;
    height: 90px;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    padding: 0 !important;
    margin: 0 !important;
}

.encabezado-ediciones {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin: 0;
    width: auto;
}

/* .banner_escritorio_grande {
    display: none;
} */

.texto-disfruta {
    color: #00537D;
    text-align: justify;
    font-family: 'Avenir' 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 20px 0 20px;
}

.div-botones {
    margin-bottom: 15px;
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 20px;
}

.botones:first-child {
    margin-right: 15px;
}

.botones {
    padding: 6px 25px;
    text-decoration: none;
    color: #fff;
    background: #00A490;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
    font-family: "Avenir Medium", sans-serif;
    font-size: 16px;
    border-style: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
}

.cuarta-edicion {
    margin-right: 15px;
}

.enlace-btn:hover {
    background: #0E648B;
    text-decoration: none;
    color: white;
}

.sin-enlace:hover {
    cursor: default;
}

.sin-enlace {
    padding: 8px 25px;
    text-decoration: none;
    color: #fff;
    background: #007C6C;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
    font-family: "Avenir Medium", sans-serif;
    font-size: 16px;
    border-style: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
}

.centrar-videos {
    max-width: 1500px;
}

.texto-mostrando {
    display: none;
    color: #00537d;
    text-align: start;
}

.contenedor-videos {
    display: flex;
    flex-direction: column;
}

.card-video {
    margin-bottom: 30px;
    background-color: white;
    border-radius: 10px;
}

.texto-video {
    margin: 0 5px 0 10px;
}

#busquedaForm input {
    background-color: #D4D4D4;
    border-radius: 10px;
    border: none;
    padding: 3px;
    margin-bottom: 15px;
    margin-left: 20px;
}


#busquedaForm input:focus {
    outline: none;
}

#busquedaForm input[type="text"] {
    padding-left: 20px;
}

.titulo-video {
    margin-top: 10px;
    color: #00A490;
    text-align: center;
    font-family: 'Avenir' 'sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: start;
}

.descripcion-video {
    color: #00537D;
    font-family: 'Avenir' 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contenedor-videos-buscados {
    display: flex;
}

.enlace-youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 10px 10px 10px;

}

.texto-enlace-youtube {
    font-family: 'Avenir' 'sans-serif';
    font-size: 16px;
    color: #00537D;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.texto-enlace-youtube a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    /* .numero_1 {
        background-image: url(../../../public/images/gdl24/expo_virtual/fondo_banner.webp);
        background-size: 80% 95%;
    } */

    .separacion {
        width: 500px;
        height: 90px;
        margin-left: 130px !important;
    }

    /* .numero_1 p {
        font-size: 50px;
    } */

    .encabezado-ediciones {
        justify-content: start;
        align-items: start;
        flex-direction: column;
        margin: 0;
    }

    .texto-disfruta {
        font-size: 26px;
        margin: 0;
    }

    #resultadosBusqueda {
        margin-right: 10px !important;
    }

    #busquedaForm input {
        margin: 0 0 10px 0;
    }

    .titulo-video {
        margin-top: 5px;
    }

    .div-botones {
        display: flex;
        color: white;
        margin: 0 0 20px 0;
    }

    .texto-mostrando {
        text-align: center;
        margin-bottom: 20px;
        color: #00537D;
        text-align: justify;
        font-family: 'Avenir' 'sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .login-page {
        /* background-image: url(https://medical-expo.com.mx/expo/public/images/plantilla_regional/inicio/fondo1.png); */
        /* background-image: url(../../../public/images/gdl24/fondos/fondo_1920.svg); */
        background-repeat: repeat;
        background-position: 50%;
        background-size: 100%;
    }

    .contenedor-videos {
        column-gap: 20px;
    }

    .texto-enlace-youtube {
        font-size: 18px;
    }
}


@media (min-width: 992px) {

    .texto-mostrando {
        display: block;
    }

    .contenedor-videos,
    .card-video {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

}



@media (min-width:1367px) {
    /* .numero_3 {
        display: none;
    } */

    /* .banner_escritorio_grande {
        display: block;
    } */

    /* .expo-virtual-grande {
        background-image: url(../../../public/images/gdl24/expo_virtual/fondo_banner_grande.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .expo-virtual-grande p {
        color: #FFF;
        text-align: justify;
        font-family: 'Avenir' 'sans-serif';
        font-size: 45px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        width: 300px;
        height: 80px;
        margin: 20px 0 0 20px;
    } */

    .card-video {
        width: auto;
    }

    .contenedor-videos {
        column-gap: 30px;
    }

    .encabezado-ediciones {
        width: 1200px;
    }

}

.lista-paginas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.paginacion,
.paginacion-actual-10,
.paginacion-actual-9 {
    margin: 0 10px;
    color: #00537D;
    text-align: justify;
    font-family: 'Avenir' 'sans-serif';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.paginacion a {
    color: #00537D;
}

.paginacion a:hover {
    text-decoration: none;
    color: #007bff !important;
}

.informacion-paginacion {
    color: #00537D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.paginacion-actual-10 {
    margin: 0 10px;
    color: white;
    background-color: #00A490;
    border-radius: 50%;
    padding: 5px 7.5px;
}

.paginacion-actual-9 {
    margin: 0 10px;
    color: white;
    background-color: #00A490;
    border-radius: 50%;
    padding: 5px 12px;
}